home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 10 / FM Towns Free Software Collection 10.iso / ms_dos / tool / talksys / delroom.bat < prev    next >
DOS Batch File  |  1994-11-20  |  80b  |  4 lines

  1. if "%1"=="" goto end
  2. for %%F in ( *.usr ) do command /c delrmsub %%F %1
  3. :end
  4.